html,body{
    font-family: Microsoft YaHei;
    background: #fff;
}

/* 底部 */
.footer{
    width: 1366px;
    margin: 0 auto;
    font-size: 14px;
}
.friend-link {
    text-align: center;
    height: 80px;
    line-height: 80px;
    font-size: 0;
    background: #F5F5F5;
    /* color: rgba(23, 100, 206, 1); */
}

/* .friend-link .note {
    margin-right: 10px;
}

.friend-link a {
    margin-right: 10px;
    color: rgba(23, 100, 206, 1);
}

.friend-link a span {
    margin-right: 10px;
} */

.friend-link a span img {
    margin-top: 10px;
    margin-left: 8px;
    margin-right: 8px;
}

.site-info {
    position: relative;
    margin: 0 auto;
    height: 121px;
    background: #C30304;
    overflow: hidden;
}

.footer-logo {
    position: absolute;
    top: 115px;
    left: 50%;
    width: 60px;
    height: 73px;
    text-align: center;
    margin-left: -30px;
}

.footer-logo img {
    width: 100%;
}

.info-text {
    margin-top: 66px;
    color: #fff;
    text-align: center;
}

.info-text p {
    margin-bottom: 12px;
}

/*内页头部*/
.inner-header{
    margin: 0 auto;
    width: 1366px;
    height: 165px;
    background: url("../images/new_inner_top_banner-2.png") no-repeat center 0;
    background-size: 100%;
    overflow: hidden;
}
.inner-header .inner-top-badge{
    margin-top: 41px;
    margin-left: 255px;
    width: 445px;
    height: 73px;
    background: url("../images/new-index-top-badge-2.png") no-repeat center 0;
    background-size: 100%;
}
.inner-header .inner-header-wrap{
    display: flex;
    justify-content: space-between;
}

.inner-header .inner-header-wrap .logo-wrap{
    display: flex;
    align-items:flex-end;
    margin-top: 74px;
}

.inner-header .inner-header-wrap .logo-wrap .logo{
    margin-right: 13px;
    width: 75px;
    height: 83px;
}

.inner-header .inner-header-wrap .logo-wrap .logo img{
    width: 100%;
    height: 100%;
}

.inner-header .inner-header-wrap .logo-wrap .title .name{
    font-size: 38px;
    font-weight: bold;
    color: #2C486E;
}

.inner-header .inner-header-wrap .logo-wrap .title .englist-name{
    font-size: 10px;
    font-weight: 400;
    color: #2C486E;
}

.inner-header .inner-header-wrap  .search{
    display: flex;
    /* width: 429px; */
    margin-top: 76px;
    margin-right: 100px;
}
.inner-header .inner-header-wrap  .search .input-wrap{
    width: 145px;
    height: 29px;
}
.inner-header .inner-header-wrap  .search .input-wrap input{
    line-height: 29px;
    border:none;
    background-color: #fff;
    width: 100%;
    font-size: 17px;
    padding:0 15px;
}
.inner-header .inner-header-wrap  .search .input-btn{
    position: relative;
    width: 76.1px;
    height: 29.2px;
    line-height: 29px;
    background: #C30304;
    border-radius: 0px 4px 4px 0px;
    font-size: 17px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    cursor: pointer;
}

.inner-header .inner-header-wrap  .search .input-btn input{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    background: none;
    cursor: pointer;
}

/*内页菜单*/
.inner-menu{
    margin: 0 auto;
    width: 1366px;
    box-sizing: border-box;
    height: 56.9px;
    /* background: rgba(18, 93, 178, 1); */
    background: #C30304;
    background-size: auto;
}

.inner-menu .inner-menu-wrap{
    margin: 0 auto;
    width: 840px;
    display: flex;
    justify-content: space-between;

}

.inner-menu .inner-menu-wrap .menu-item{
    position: relative;
    height: 59px;
    line-height: 59px;
}

.inner-menu .inner-menu-wrap .menu-item.active{
    font-weight: bold;
}

.inner-menu .inner-menu-wrap .menu-item.active:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 8px;
    width: 100%;
    background: #fff;
    border-radius: 4px;

}
.inner-menu .inner-menu-wrap .menu-item a{
    font-size: 17px;
    color: #FFFFFF;
}

.main{
    min-height: 900px;
}

/*面包屑*/
.breadcrumb {
    width: 1366px;
    margin: 0 auto;
    height: 34px;
    background: #FAEBEB;
    font-size: 13px;
    color: #000;
}

.breadcrumb-content {
    display: flex;
    width: 840px;
    height: 34px;
    line-height:34px;
    margin: 0 auto;
    padding-left: 40px;
    background: url(../images/location-icon-1.png) no-repeat 10px center;
    background-size: 10px 14px;
}

.breadcrumb-content ol li {
    float: left;
    margin-right: 10px;
}

.breadcrumb-content ol li a {
    color: #000;
}


/*主任之窗*/
.manager{
    height: 240px;
    background: url("../images/zrzc-bg-1.png") no-repeat 0 0;
    background-size: 100% 100%;
}

.manager .manager-top{
    height: 56px;
    line-height: 56px;
    padding-left: 20px;
    /*background: url("../images/menu-bg.png") no-repeat 0 0;*/
    background-size: 100% 100%;
    font-size: 17px;
    font-weight: bold;
    color: #FFFFFF;
}

.manager .manager-cont{
    display: flex;
    padding: 29px 0px 11px 10px;
    background-color: #fff;

}

.manager .manager-cont .manager-avator{
    width: 82.5px;
    height: 108px;
    background: #B5B5B5;
}

.manager .manager-cont .manager-avator img{
    width: 100%;
    height: 100%;
}

.manager .manager-cont .person{
    flex:1;
    margin-left: 14px;
    padding-top:6px ;
}

.manager .manager-cont .person .main-person{
    padding-bottom: 10px;
    font-size: 13px;
    color: #000000;
    border-bottom: 1px dashed #E9E9E9;
}

.manager .manager-cont .person .main-person span{
    font-weight: bold;
}

.manager .manager-cont .person .other-person{
    margin-top: 10px;
}

.manager .manager-cont .person .other-person .label{
    font-size: 13px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 5px;
}

.manager .manager-cont .person .other-person .other-list span{
    display: inline-block;
    margin-right: 19px;
    margin-bottom: 4px;
    font-size: 13px;
}
.manager .manager-bottom{
    height: 33px;
    /*background: url("../images/index_top_banner.png") no-repeat 0 0;*/
    background-size: 100%;
}

/*分页*/
#kkpager {
    clear: both;
    color: #999;
    padding: 5px 0;
    font-size: 13px;
    text-align: center;
    margin-top: 29px;
}

#kkpager li {
    display: inline-block;
    border: 1px solid #ccc;
    display: inline;
    padding: 5px 10px;
    margin-right: 5px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    cursor: pointer;
    background: #fff;
    text-decoration: none;
    color: #999
}



#kkpager li:hover {
    border: 1px solid #06f;
    background-color: #06f;
    color: #fff
}

#kkpager li:hover a {
    color: #fff;
}
